PowerTCP SSH and SFTP for .NET
Write(Byte[],Int32,Int32) Method




Buffer where data is to be copied from.
Starting offset into the buffer.
Number of bytes in buffer to be sent to the host.
Writes user data to a stream that is received by the SSH-2 host.
Syntax
'Declaration
 
Public Overloads Overrides Sub Write( _
   ByVal buffer() As Byte, _
   ByVal offset As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As SessionStream
Dim buffer() As Byte
Dim offset As Integer
Dim count As Integer
 
instance.Write(buffer, offset, count)
public override void Write( 
   byte[] buffer,
   int offset,
   int count
)
public: void Write( 
   byte[]* buffer,
   int offset,
   int count
) override 
public:
void Write( 
   array<byte>^ buffer,
   int offset,
   int count
) override 

Parameters

buffer
Buffer where data is to be copied from.
offset
Starting offset into the buffer.
count
Number of bytes in buffer to be sent to the host.
See Also

Reference

SessionStream Class
SessionStream Members
Overload List


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic